Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@videothing/core
Advanced tools
4# Minimal example
videothing does not bundle its dependencies. You must include them yourself.
<!DOCTYPE html>
<head>
<script src='https://unpkg.com/panzoom@8.0.0/dist/panzoom.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/fabric.js/3.2.0/fabric.min.js'></script>
<script src="videothing.umd.js"></script>
</head>
<body>
<div id="main"></div>
<script src="index.js"></script>
</body>
const { Container, VideoSource, Layers, tdm } = videothing;
const src = 'https://s3.amazonaws.com/diva-mturk-ingestion-prod/uuid-encoded/2018-12-12/00-05-00_00-10-00/G999_pilotsample/9c51f770-25c2-41bb-b244-cfea25bae3cd.mp4';
const trackSrc = 'example.tdm.json';
const root = document.getElementById('main');
const source = new VideoSource({ src , autoplay: false });
const container = new Container(source, root);
const trackstore = new tdm.TrackStore({});
const layer = new Layers.BasicTrack(trackstore);
container.register(new Layers.SourceNotReady());
container.register(layer);
See package.json
FAQs
4# Minimal example
The npm package @videothing/core receives a total of 0 weekly downloads. As such, @videothing/core popularity was classified as not popular.
We found that @videothing/core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.